home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / mibs / SNMP-MPD-MIB.txt < prev    next >
Text File  |  2005-03-30  |  5KB  |  140 lines

  1. SNMP-MPD-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-COMPLIANCE, OBJECT-GROUP         FROM SNMPv2-CONF
  5.     MODULE-IDENTITY, OBJECT-TYPE,
  6.     snmpModules, Counter32                  FROM SNMPv2-SMI;
  7.  
  8. snmpMPDMIB MODULE-IDENTITY
  9.     LAST-UPDATED "9905041636Z"              -- 4 April 1999
  10.     ORGANIZATION "SNMPv3 Working Group"
  11.     CONTACT-INFO "WG-EMail:   snmpv3@lists.tislabs.com
  12.                   Subscribe:  majordomo@lists.tislabs.com
  13.                               In message body:  subscribe snmpv3
  14.  
  15.                   Chair:      Russ Mundy
  16.                               TIS Labs at Network Associates
  17.                   postal:     3060 Washington Road
  18.                               Glenwood, MD 21738
  19.                               USA
  20.                   EMail:      mundy@tislabs.com
  21.                   phone:      +1 301-854-6889
  22.  
  23.                   Co-editor:  Jeffrey Case
  24.                               SNMP Research, Inc.
  25.                   postal:     3001 Kimberlin Heights Road
  26.                               Knoxville, TN 37920-9716
  27.                               USA
  28.                   EMail:      case@snmp.com
  29.                   phone:      +1 423-573-1434
  30.  
  31.                   Co-editor   Dave Harrington
  32.                               Cabletron Systems, Inc.
  33.                   postal:     Post Office Box 5005
  34.                               MailStop: Durham
  35.                               35 Industrial Way
  36.                               Rochester, NH 03867-5005
  37.                               USA
  38.                   EMail:      dbh@ctron.com
  39.                   phone:      +1 603-337-7357
  40.  
  41.                   Co-editor:  Randy Presuhn
  42.                               BMC Software, Inc.
  43.                   postal:     965 Stewart Drive
  44.                               Sunnyvale, CA 94086
  45.                               USA
  46.                   EMail:      randy_presuhn@bmc.com
  47.                   phone:      +1 408-616-3100
  48.  
  49.                   Co-editor:  Bert Wijnen
  50.                               IBM T. J. Watson Research
  51.                   postal:     Schagen 33
  52.                               3461 GL Linschoten
  53.                               Netherlands
  54.                   EMail:      wijnen@vnet.ibm.com
  55.                   phone:      +31 348-432-794
  56.                  "
  57.     DESCRIPTION  "The MIB for Message Processing and Dispatching"
  58.     REVISION     "9905041636Z"              -- 4 April 1999
  59.     DESCRIPTION  "Updated addresses, published as RFC 2572."
  60.     REVISION     "9709300000Z"              -- 30 September 1997
  61.     DESCRIPTION  "Original version, published as RFC 2272."
  62.     ::= { snmpModules 11 }
  63.  
  64. -- Administrative assignments ***************************************
  65.  
  66. snmpMPDAdmin           OBJECT IDENTIFIER ::= { snmpMPDMIB 1 }
  67. snmpMPDMIBObjects      OBJECT IDENTIFIER ::= { snmpMPDMIB 2 }
  68. snmpMPDMIBConformance  OBJECT IDENTIFIER ::= { snmpMPDMIB 3 }
  69.  
  70. -- Statistics for SNMP Messages *************************************
  71.  
  72. snmpMPDStats           OBJECT IDENTIFIER ::= { snmpMPDMIBObjects 1 }
  73.  
  74. snmpUnknownSecurityModels OBJECT-TYPE
  75.     SYNTAX       Counter32
  76.     MAX-ACCESS   read-only
  77.     STATUS       current
  78.     DESCRIPTION "The total number of packets received by the SNMP
  79.                  engine which were dropped because they referenced a
  80.                  securityModel that was not known to or supported by
  81.                  the SNMP engine.
  82.                 "
  83.     ::= { snmpMPDStats 1 }
  84.  
  85. snmpInvalidMsgs OBJECT-TYPE
  86.     SYNTAX       Counter32
  87.     MAX-ACCESS   read-only
  88.     STATUS       current
  89.     DESCRIPTION "The total number of packets received by the SNMP
  90.                  engine which were dropped because there were invalid
  91.                  or inconsistent components in the SNMP message.
  92.                 "
  93.     ::= { snmpMPDStats 2 }
  94.  
  95. snmpUnknownPDUHandlers OBJECT-TYPE
  96.     SYNTAX       Counter32
  97.     MAX-ACCESS   read-only
  98.     STATUS       current
  99.     DESCRIPTION "The total number of packets received by the SNMP
  100.                  engine which were dropped because the PDU contained
  101.                  in the packet could not be passed to an application
  102.                  responsible for handling the pduType, e.g. no SNMP
  103.                  application had registered for the proper
  104.                  combination of the contextEngineID and the pduType.
  105.                 "
  106.     ::= { snmpMPDStats 3 }
  107.  
  108. -- Conformance information ******************************************
  109.  
  110. snmpMPDMIBCompliances OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 1}
  111. snmpMPDMIBGroups      OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 2}
  112.  
  113. -- Compliance statements
  114.  
  115. snmpMPDCompliance MODULE-COMPLIANCE
  116.     STATUS       current
  117.     DESCRIPTION "The compliance statement for SNMP entities which
  118.  
  119.                  implement the SNMP-MPD-MIB.
  120.                 "
  121.  
  122.     MODULE    -- this module
  123.         MANDATORY-GROUPS { snmpMPDGroup }
  124.     ::= { snmpMPDMIBCompliances 1 }
  125.  
  126. snmpMPDGroup OBJECT-GROUP
  127.     OBJECTS {
  128.               snmpUnknownSecurityModels,
  129.               snmpInvalidMsgs,
  130.               snmpUnknownPDUHandlers
  131.             }
  132.     STATUS       current
  133.     DESCRIPTION "A collection of objects providing for remote
  134.                  monitoring of the SNMP Message Processing and
  135.                  Dispatching process.
  136.                 "
  137.     ::= { snmpMPDMIBGroups 1 }
  138.  
  139. END
  140.